home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
util
/
libs
/
regex.lha
/
regex
/
SASCinclude
/
clib
/
regex_protos.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-04-23
|
346 b
|
14 lines
#ifndef REGEX_PROTOS_H
#define REGEX_PROTOS_H
#ifndef LIBRARIES_REGEX_H
#include <libraries/regex.h>
#endif
int regcomp ( regex_t * , const char * , int );
size_t regerror ( int , const regex_t * , char * , size_t );
int regexec ( regex_t * , char * , size_t , regmatch_t * , int );
void regfree ( regex_t * );
#endif /* REGEX_PROTOS_H */